home *** CD-ROM | disk | FTP | other *** search
- Document Type: WSE
- item: Global
- Version=6.0
- Title=Lcase$
- Flags=00000100
- Split=1420
- Languages=65 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0
- Copy Default=1
- Japanese Font Name=MS Gothic
- Japanese Font Size=10
- Start Gradient=0 0 255
- End Gradient=0 0 0
- Windows Flags=00000100000000010010110000001000
- Message Font=MS Sans Serif
- Font Size=8
- Extra Flags=11111111111111111111111111111100
- Disk Filename=SETUP
- Patch Flags=0000000000000001
- Patch Threshold=85
- Patch Memory=4000
- FTP Cluster Size=20
- end
- item: Remark
- Text=This Wise 6.0 sample script demonstrates the use of the Expression Lcase$ in the parser.
- end
- item: Prompt for Text
- Window Title=Expression Parser - Lcase$ Test
- Text=For this example it is preferable to use some uppercase characters.
- Prompt Title=Please Enter an Alphanumeric.
- Variable=ALPHANUMERIC
- end
- item: Remark
- end
- item: Remark
- Text=This is the first way to use the expression parser.
- end
- item: Remark
- Text=The Lcase$ statement turns all characters in a variable to lowercase.
- end
- item: Set Variable
- Variable=ENDRESULT
- Value=Lcase$(Alphanumeric)
- Flags=00100000
- end
- item: Display Message
- Title=Expression Parser - Lcase$ Test 1.
- Text=This Display message shows the set variable command in conjunction with the Expression parser.
- Text=
- Text=Using Lcase$, "%Alphanumeric%" has been converted to "%Endresult%".
- end
- item: Remark
- end
- item: Remark
- Text=This is the other way to use the expression parser.
- end
- item: Remark
- Text=You can also use the command options such as <, >, >=, <=, and, or, not, and <>.
- end
- item: If/While Statement
- Value=Endresult = Lcase$(Alphanumeric)
- Flags=00001101
- end
- item: Display Message
- Title=Expression Parser - Lcase$ Test 2.
- Text=This Display message shows an if/while statement in conjunction with the Expression parser.
- Text=
- Text=Yes, The Lowercase form of "%Alphanumeric%" is "%endresult%".
- end
- item: End Block
- end
-